<xs:complexType name="ShipmentType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about a shipment.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="ShipmentID" type="ShipmentIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ExternalShipmentID" type="ExternalShipmentIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="OrderID" type="OrderIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ExternalOrderID" type="ExternalOrderIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ShippingServiceID" type="ShippingServiceIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ShippedDate" type="ShippedDateType" maxOccurs="1" minOccurs="0" /> <xs:element name="HandlingFee" type="HandlingFeeType" maxOccurs="1" minOccurs="0" /> <xs:element name="ChargedShippingCost" type="ChargedShippingCostType" maxOccurs="1" minOccurs="0" /> <xs:element name="ActualShippingCost" type="ActualShippingCostType" maxOccurs="1" minOccurs="0" /> <xs:element name="ActualInsuranceCost" type="ActualInsuranceCostType" maxOccurs="1" minOccurs="0" /> <xs:element name="TrackingNumber" type="TrackingNumberType" maxOccurs="1" minOccurs="0" /> <xs:element name="WeightMajor" type="WeightMajorType" maxOccurs="1" minOccurs="0" /> <xs:element name="WeightMinor" type="WeightMinorType" maxOccurs="1" minOccurs="0" /> <xs:element name="DimensionLength" type="DimensionLengthType" maxOccurs="1" minOccurs="0" /> <xs:element name="DimensionWidth" type="DimensionWidthType" maxOccurs="1" minOccurs="0" /> <xs:element name="DimensionDepth" type="DimensionDepthType" maxOccurs="1" minOccurs="0" /> <xs:element name="InsuranceType" type="InsuranceTypeType" maxOccurs="1" minOccurs="0" /> <xs:element name="InsuredValue" type="InsuredValueType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsPackingListPrinted" type="IsPackingListPrintedType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsPostagePrinted" type="IsPostagePrintedType" maxOccurs="1" minOccurs="0" /> <xs:element name="InsuredDate" type="InsuredDateType" maxOccurs="1" minOccurs="0" /> <xs:element name="InsuranceID" type="InsuranceIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="Notes" type="NotesType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsMissing" type="IsMissingType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsShipped" type="IsShippedType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsShippedNotificationSent" type="IsShippedNotificationSentType" maxOccurs="1" minOccurs="0" /> <xs:element name="ShippedNotificationSentDate" type="ShippedNotificationSentDateType" maxOccurs="1" minOccurs="0" /> <xs:element name="FulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsDropShipperNotified" type="IsDropShipperNotifiedType" maxOccurs="1" minOccurs="0" /> <xs:element name="DropShipperNotifiedDate" type="DropShipperNotifiedDateType" maxOccurs="1" minOccurs="0" /> <xs:element name="OriginTemplateID" type="OriginTemplateIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="OriginTemplateName" type="OriginTemplateNameType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsScanFormPrinted" type="IsScanFormPrintedType" maxOccurs="1" minOccurs="0" /> <xs:element name="IsUSPSPickupRequested" type="IsUSPSPickupRequestedType" maxOccurs="1" minOccurs="0" /> <xs:element name="IntegratedCarrierID" type="IntegratedCarrierIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ScanFormManifestID" type="ScanFormManifestIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="USPSPickupManifestID" type="USPSPickupManifestIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="SiteOrderID" type="SiteOrderIDType" maxOccurs="1" minOccurs="0" /> <xs:element name="ShippingAddress" type="AddressType" maxOccurs="1" minOccurs="0" /> <xs:element name="CustomFields" maxOccurs="1" minOccurs="0" type="CustomFieldsType" /> <xs:element name="Sales" minOccurs="0" maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element name="Sale" type="SaleType" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The information about a sale.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:all> </xs:complexType>
© 2022 All Rights Reserved.